This practice should help ensure that the executable module is compatible with the architecture of the target system 这条经验能够保证可执行模块与目标系统的架构兼容。
2.
Dynamic linking differs from static linking in that it allows an executable module either a . dll or . exe file to include only the information needed at run time to locate the executable code for a dll function 动态链接与静态链接的不同之处在于:动态链接允许可执行模块( . dll文件或. exe文件)仅包含在运行时定位dll函数的可执行代码所需的信息。